body {
    display: none !important;
}

html::before {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    width: 70vw;
    height: 100vh;
    content: "Please navigate to drexel.edu/president/messages/reports/2018/print for the print-friendly version of this report";
    font-size: 30px;
    color: #07294d;
    z-index: 1000000;
    display: block;
    font-family: FuturaBold;
    text-align: center;
    margin-left: 15vw;
    margin-top: 100px;
}